home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / cserial / 8250xon.h < prev    next >
C/C++ Source or Header  |  1990-04-04  |  1KB  |  33 lines

  1. /*
  2.  *                              8250XON.H
  3.  *
  4.  *      Include file for Function Prototyping of 8250XON.C Module
  5.  *
  6.  *                           Written for the
  7.  *
  8.  *                              Datalight
  9.  *                           Microsoft V 5.x
  10.  *                                TurboC
  11.  *                                  &
  12.  *                               Zortech
  13.  *
  14.  *                             C Compilers
  15.  *
  16.  *            Copyright (c) John Birchfield 1987, 1988, 1989
  17.  */
  18.  
  19.  
  20. extern int  ioctl_set_xoff (char *),
  21.             xon8250_get_status (void),
  22.             xon8250_init (int, int),
  23.             xon8250_port_init (char *),
  24.             xon8250_read (void),
  25.             xon8250_timed_read (int),
  26.             xon8250_write (char),
  27.             xon8250_write_buffer_empty (void),
  28.             xon8250_xoff_sent (void);
  29. extern void xon8250_dtnr (void),
  30.             xon8250_port_enable (void),
  31.             xon8250_term (int),
  32.             xon8250_write_break (void);
  33.